home *** CD-ROM | disk | FTP | other *** search
- inherited FormObserverPieGraph: TFormObserverPieGraph
- Left = 295
- Top = 237
- Width = 542
- Caption = ' Observer Pattern Example'
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 0
- Width = 534
- Height = 321
- AllowPanning = pmNone
- AllowZoom = False
- BackWall.Brush.Style = bsClear
- BackWall.Pen.Visible = False
- Title.Text.Strings = (
- 'Observer Pattern Example')
- AxisVisible = False
- ClipPoints = False
- Frame.Visible = False
- Legend.TextStyle = ltsRightValue
- Legend.Visible = False
- View3DOptions.Elevation = 315
- View3DOptions.Orthogonal = False
- View3DOptions.Rotation = 360
- View3DWalls = False
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Series1: TPieSeries
- Marks.ArrowLength = 8
- Marks.Style = smsLabelPercent
- Marks.Visible = True
- OtherSlice.Text = 'Other'
- PieValues.DateTime = False
- PieValues.Name = 'Pie'
- PieValues.Multiplier = 1.000000000000000000
- PieValues.Order = loNone
- end
- end
- end
-